home *** CD-ROM | disk | FTP | other *** search
/ Retro Gamer 5 / Retro Gamer 05.iso / PC games / justshoot.exe / justshoot.dcr / 00076.ls < prev    next >
Encoding:
Text File  |  2004-06-04  |  501 b   |  24 lines

  1. on mouseUp
  2.   global fire
  3.   if fire = 67 then
  4.     nothing()
  5.   else
  6.     puppetSound("lockclick")
  7.     set X to fire
  8.     set X to X + 1
  9.     set fire to X
  10.     if fire = 66 then
  11.       set the castNum of sprite 16 to 69
  12.       set the castNum of sprite 27 to 46
  13.     end if
  14.     if fire = 67 then
  15.       set the castNum of sprite 27 to 46
  16.       set the castNum of sprite 16 to 70
  17.       set the castNum of sprite 28 to 114
  18.     else
  19.       set the castNum of sprite 28 to 47
  20.     end if
  21.   end if
  22.   updateStage()
  23. end
  24.